Values Property

Summary
Gets an ICollection containing the values in the IDictionary.
Syntax
C#
VB
C++
public virtual ICollection<TValue> Values { get; } 
  
Public Overridable ReadOnly Property Values As ICollection(Of TValue) 
public: 
virtual property ICollection<TValue^>^ Values { 
   ICollection<TValue^>^ get(); 
} 

Property Value

An ICollection containing the values in the object that implements IDictionary.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.